home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 515 b | 33 lines | [TEXT/ScoM] |
- ; tutorial example 1 - mctest1
-
- (setq symbols '(a b c d e f g))
-
- (def-symbol
- test1 symbols
- test2 symbols
- test3 symbols
- test4 symbols
- )
-
- (def-length
- default '1/16
- )
-
- (setq tonals (activate-tonality (chromatic c 6) (chromatic c 5)))
-
- (def-channel
- test1 1
- test2 2
- test3 3
- test4 4
- )
-
- (compile-song-p "ccl;output:" 1/1 "test2"
-
- ; BARS |---|---|---|---|
- changes tonals " ..."
- test1 changes "- "
- test2 changes " - "
- test3 changes " - "
- test4 changes " -"
- )